04. Syllabus
Syllabus
Syllabus
Getting Up and Running
Learn about the tools we'll be using throughout the course and begin modifying web pages with a little bit of code.
- Introduction of résumé project
- Components of the résumé
- Introduction to browser developer tools
- Running commands on the console
- Appending elements to the page
Data Types
Dig deeper into JavaScript as we introduce you to the building blocks of the language as you write more complex code using variables and advanced data structures like JSON, Objects, and Arrays.
- Variables
- Strings
- Evaluating values
- Arrays
- Objects
- JSON
- Validating JSON
Flow Control
Finish the résumé while you learn how to make your code more modular and reusable by using conditional statements, loops, and functions.
- Conditional statements
- For and while loops
- Functions
- Encapsulation